GdkPixbufModuleLoadFunc

Loads a file from a standard C file stream into a new GdkPixbuf.

In case of error, this function should return NULL and set the error argument.

alias GdkPixbufModuleLoadFunc = GdkPixbuf* function(FILE* f, GError** err)

Return Value

a newly created GdkPixbuf for the contents of the file

Throws

GException on failure.

Meta